[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-----------+##############################################################
#+-| CURSOR_ON |----------------------------+#################################
#| +-----------+ Turns on the screen cursor |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |---------------------------+####################################
#|     PROCEDURE cursor_on PROTOTYPE     |####################################
#+---------------------------------------+####################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| The cursor_on procedure turns on the cursor.  If your  |##########
##########| program has the cursor off, be sure to turn it back on |##########
##########| when your program terminates or executes an external   |##########
##########| program through the RUN command.                       |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Turn screen cursor on prior to executing            |#########
#########| *    an external program.                                |#########
#########|                                                          |#########
#########| DO cursor_on                                             |#########
#########| RUN "bx35135.exe"                                        |#########
#########| DO cursor_off                                            |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: cursor_off
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson